Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-259232 | EPAS-00-003000 | SV-259232r960942_rule | Medium |
Description |
---|
Protecting audit data also includes identifying and protecting the tools used to view and manipulate log data. Therefore, protecting audit tools is necessary to prevent unauthorized operation on audit data. Applications providing tools to interface with audit data will leverage user permissions and roles identifying the user accessing the tools and the corresponding rights the user enjoys in order make access decisions regarding the modification of audit tools. Audit tools include, but are not limited to, vendor-provided and open source audit tools needed to successfully view and manipulate audit information system activity and records. Audit tools include custom queries and report generators. |
STIG | Date |
---|---|
EnterpriseDB Postgres Advanced Server (EPAS) Security Technical Implementation Guide | 2024-06-10 |
Check Text ( C-62971r938747_chk ) |
---|
Verify User ownership, Group ownership, and permissions on the "edb_audit" directory: > ls -ld If the User owner is not "enterprisedb", this is a finding If the Group owner is not "enterprisedb", this is a finding. If the directory is more permissive than 700, this is a finding. The default path for the edb_audit directory is /var/lib/edb/as |
Fix Text (F-62880r938748_fix) |
---|
Run these commands as the "root" user (or user with sudo privileges) from the EDB Postgres Advanced Server data (PGDATA) directory: > chown enterprisedb edb_audit > chgrp enterprisedb edb_audit > chmod 700 edb_audit The default path for the edb_audit directory is /var/lib/edb/as |